home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / olrdrs / qwkndt1a.zip / README.NOW < prev    next >
Text File  |  1992-11-06  |  3KB  |  73 lines

  1.                              QWK'n'Dirty 1.1
  2.                               Copyright 1992
  3.                                     by
  4.                             Anthony W. Hursh
  5.  
  6.                           A Mooseware Production
  7.  
  8. This is release 1.1 of QWK'n'Dirty. QWK'n'Dirty offers many attractive
  9. features:
  10.  
  11.         o Terminal program *and* QWK reader, all in one.
  12.         o Full featured script language.
  13.         o Autodetection of QWK packet names when used in terminal mode.
  14.         o Timed execution feature for unattended callout.
  15.         o Write messages to external files for use by other programs.
  16.  
  17.  
  18.                            FILES INCLUDED
  19.  
  20.  
  21. README.NOW      This file.
  22. ORDER.FRM       Order form for QWK'n'Dirty.
  23. MAKECASH.DOC    How *you* can make money distributing QWK'n'Dirty.
  24. QWKNDTY.DOC     General documentation for QWK'n'Dirty.
  25. SCRIPT.DOC      Documentation for the QWK'n'Dirty script language.
  26. GOLEM.DOC       Documentation for the QWK'n'Dirty Golem Mode (timed,
  27.                 unattended callout).
  28. QWKNDTY.EXE     The QWK'n'Dirty executable.
  29. OPQWK.BAT       Batch file to load/unload OpusComm FOSSIL driver
  30.                 and run QWK'n'Dirty.
  31. BNUQWK.BAT      Batch file to load/unload BNU FOSSIL driver and run
  32.                 QWK'n'Dirty.
  33. OPUSCOM1.COM    The OpusComm FOSSIL driver.
  34. OCOM_CFG.EXE    The OpusComm configuration program.
  35. OCOM_531.ZIP    Other OpusComm files, not required for QWK'n'Dirty.
  36. QWEDIT.BAT      Sample batch file to run external editor for QWK'n'Dirty.
  37. REGISTER.EXE    Executable to register your copy of QWK'n'Dirty.
  38. WWIVMAIL.SCR    Sample script for WWIV boards running WWIVmail.
  39. WWIVQWK.SCR     Sample script for WWIV boards running QWKmod.
  40. WILDCAT.SCR     Sample script for Wildcat! boards running Tomcat!.
  41. MAXIMUS.SCR     Sample script for Maximus boards.
  42. WAFFLE.SCR      Sample script for Waffle boards running Wafmail.
  43. PRODUCTS.DOC    Listing of other shareware products.
  44. HISTORY.DOC     Recent changes, upgrades, bug fixes, etc.
  45.  
  46. Note for DOS 5.0 users: There is a DOS bug that prevents some of my programs
  47. from running on certain machines under DOS 5.0. If the programs don't work,
  48. preface them with the DOS 5.0 LOADFIX command. Thus, to run FOO.EXE,
  49. you'd use the command line:
  50.  
  51. LOADFIX FOO
  52.  
  53. The problem is related to the similar bug that prevents DOS 5.0 from
  54. running certain programs that have been processed with the Microsoft
  55. EXEPACK program. It only occurs if there is *nothing* loaded into
  56. conventional memory (DOS loaded high, and everything else, too) Hopefully
  57. Microsoft will fix this bug in DOS 5.0 *soon*. I know I went through a
  58. few hair-tearing sessions over it...... unlike the problem with EXEPACKed
  59. files, which results in an error message being printed, the DOS bug in
  60. this case causes the programs to simply lock up. I knew it wasn't my code,
  61. because even
  62.  
  63. #include <stdio.h>
  64.  
  65. main()
  66. {
  67.      printf("Hello, world!\n");
  68.  
  69. }
  70.  
  71. would lock up. I was finally able to get access to a machine displaying
  72. the problem for an extended period of time and track down a fix.
  73.